@section('optional_css') @endsection @section('optional_js') @endsection {{ __('Team') }} {{ __('Create') }} {{ __('Team') }} @csrf {{ __('Name') }} @if ($errors->has('name')) {{ $errors->first('name') }} @endif {{ __('Profession') }} @if ($errors->has('profession')) {{ $errors->first('profession') }} @endif {{ __('Description') }} {{ old('description') }} @if ($errors->has('description')) {{ $errors->first('description') }} @endif {{ __('Photo') }} Select Image Remove Upload photo if add photo @if ($errors->has('photo')) {{ $errors->first('photo') }} @endif {{ __('Tanda Tangan') }} Select Image Remove Upload tanda_tangan if add tanda_tangan @if ($errors->has('tanda_tangan')) {{ $errors->first('tanda_tangan') }} @endif {{ __('Publish') }} {{ __('Save') }}
Upload photo if add photo
Upload tanda_tangan if add tanda_tangan