@extends('layouts.app') @section('title') Add Allowances Tittle @stop @section('breadcrumb') @stop @section('content')

Add New Allowances Title

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