@extends('master') @section('content')
@csrf
@error('txtReference') {{ $message }} @enderror
@error('txtDescription') {{ $message }} @enderror
@endsection @section('script') @endsection