@extends('layouts.master') @section('css') @toastr_css @section('title') {{ trans('Graduate_trans.title_page') }} @stop @endsection @section('page-header') @section('PageTitle') {{ trans('Graduate_trans.title_page') }} @stop

{{ trans('Graduate_trans.title_page') }}

@endsection @section('content')


@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif {{--
--}} {!! Form::open(['route' => 'graduates.store', 'autocomplete' => 'off', 'files' => 'ture' ]) !!} @csrf
{{ trans('main_trans.info') }}
{{ trans('Graduate_trans.text8') }}
{{ trans('Graduate_trans.text9') }}

{{-- language --}}

* صيغة المرفقات: jpeg ,jpg , png


{!! Form::close() !!}
@endsection @section('js') @toastr_js @toastr_render @endsection