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

Update 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