@extends('layouts.master') @section('css') @toastr_css @section('title') {{ trans('Graduate_trans.title_page') }} @stop @endsection @section('page-header') @section('PageTitle') سند قبض @stop @endsection @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

{!! Form::model($certificat, ['method' => 'PATCH','files' => 'ture','route' => ['certificats.update', $certificat->id]]) !!} @csrf
{{--
--}}
@if (isset($certificat->first_name[0]))
@endif @if (isset($certificat->first_name[1]))
@endif
@endsection @section('js') @toastr_js @toastr_render @endsection