@extends('backend.superadmin.index') @section('body') Area List Area List @include('layouts.message') {{csrf_field()}} Choose District* --Choose-- @foreach($districts as $district) district_id==$district->id) selected @endif>{{$district->name}} @endforeach Choose City* --Choose-- @foreach($cities as $city) city_id==$city->id) selected @endif>{{$city->name}} @endforeach Area Name* Update @endsection @section('script') @endsection