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

Add New Deduction Title

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