@extends('layouts.master') @section('css') @toastr_css @section('title') {{ trans('Document_trans.document_information') }} @stop @endsection @section('page-header') @section('PageTitle') {{ trans('Document_trans.document_information') }} @stop @endsection @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)

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


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