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

{{ trans('Record_trans.record_information') }}

@endsection @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)

  • {{ $error }}
  • @endforeach
@endif


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