@extends('layouts.master') @section('css') @toastr_css @section('title') {{ trans('Record_trans.record') }} @stop @endsection @section('page-header') @section('PageTitle') {{ trans('Certificat_trans.title_page') }} @stop @endsection @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

{{ trans('Record_trans.record') }} {!! Form::open(['route' => 'records.store', 'autocomplete' => 'off', 'files' => 'ture' ]) !!} @csrf
{{ trans('main_trans.text6') }}


{!! Form::close() !!}


@endsection @section('js') @toastr_js @toastr_render @endsection