@extends('admin.layouts.master') @section('headerFiles') @endsection @section('content')
@if ( session('error'))
× {{ session('error') }}
@endif
@csrf
status == 1 ? "checked" : ""}}>
is_featured == 1 ? "checked" : ""}}>
@if ($area->banner_image)
@endif
@endsection @section('footerJs') @endsection