@section('optional_css') @endsection @section('optional_js') @endsection {{ __('Team') }} @if(session('success')) {{ session('success') }} @endif {{ __('Edit') }} {{ __('Team') }} @csrf @method('PUT') {{ __('Name') }} @if ($errors->has('name')) {{ $errors->first('name') }} @endif {{ __('Profession') }} @if ($errors->has('profession')) {{ $errors->first('profession') }} @endif {{ __('Description') }} {{ old('description', $team->description) }} @if ($errors->has('description')) {{ $errors->first('description') }} @endif {{ __('Photo') }} @if(!empty($team->photo)) @endif Select Image Remove Upload photo if add photo @if ($errors->has('photo')) {{ $errors->first('photo') }} @endif {{ __('Tanda Tangan') }} @if(!empty($team->tanda_tangan)) @endif Select Image Remove Upload tanda_tangan if add tanda_tangan @if ($errors->has('tanda_tangan')) {{ $errors->first('tanda_tangan') }} @endif {{-- {{ __('Type') }} type) == 1)?'selected':'' }}>Rekan type) == 2)?'selected':'' }}>Praktisi @if ($errors->has('type')) {{ $errors->first('type') }} @endif --}} {{ __('Publish') }} publish))?'checked':'' }} data-bootstrap-switch> {{ __('Save') }}
Upload photo if add photo
Upload tanda_tangan if add tanda_tangan