@extends( 'backend.layouts.app' ) @section('title', 'Edit Profile') @section('CSSLibraries') @endsection @section('JSLibraries') @endsection @section('content')

Edit Profile

@include( 'backend.layouts.notification_message' )

Edit Mode

{{--@php dd("HERE") @endphp--}} {!! Form::model($record, ['method' => 'POST', 'url' => route('backend.profile.setting'), 'files' => 'true']) !!} @include( 'backend/settings/profile_form' ) {!! Form::close() !!}
@endsection