@extends('layout.master') @section('css') @stop @section('content')
@csrf

Add Remark

@if ($errors->has('remark'))
{{ $errors->first('remark') }}
@endif
@stop @section('script') @stop