@extends('layouts.app') @section('title', $page_title) @push('scripts') @endpush @section('styles') @endsection @section('content')
@csrf @method('PUT')
{{ __('app.basic_information') }}
{{__('app.name_required')}}
{{__('app.email_required')}}
{{ __('app.preferences') }}
@if(!$profile)
{{ __('app.access_control') }}
{{__('app.role_required')}}
@else @endif
{{__('app.cancel')}}
@endsection