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

Edit Status

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