@extends('layouts.app') @section('content')

Area

@if ($errors->any())

@endif
{{csrf_field()}}
areacode}} maxlength="2" /> {{ $errors->first('areacode') }}
description}} maxlength="200" /> {{ $errors->first('description') }}
isactive=='1')?"checked":"")}}>
Back
@endsection @section('footerjs') @endsection