@extends('layouts.app') @section('title') Add Work Order @stop @section('breadcrumb') @stop @section('css') @stop @section('content')

Add New Work Order

{{csrf_field()}}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif

Task Details

@stop @section('js') @stop