@extends('frontend.layouts.main') @section('title') {{ __('Profile') }} @endsection @section('content')
@csrf @method('PUT')
profiles->isEmpty() ? 'required' : 'readonly' }}>
@endsection