@extends('layouts.master') @section('title') {{ trans_choice('general.edit',1) }} {{ trans_choice('general.profile',1) }} @endsection @section('content')

{{ trans_choice('general.edit',1) }} {{ trans_choice('general.profile',1) }}

{{csrf_field()}}
@if(Sentinel::inRole('client'))
@endif
@endsection @section('footer-scripts') @endsection