@extends('layouts.app' ) @section('title') Add New Policy @stop @section('breadcrumb') @stop @section('content')

Add New Policy


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