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

Search List

@if ($errors->any())

@endif
{{csrf_field()}}
{{ $errors->first('areacode') }}
{{ $errors->first('description') }}
{{ $errors->first('description') }}


@endsection @section('footerjs') @endsection