@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') }}
@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') }}
@if ($errors->has('type')) {{ $errors->first('type') }} @endif
--}}
{{ __('Publish') }}
publish))?'checked':'' }} data-bootstrap-switch>
{{ __('Save') }}