@extends('admin.layouts.master') @section('title', 'Category') @section('content')
@include('admin.includes.msg')
{{ csrf_field() }} @if($data ?? '') @endif
Only JPG,png files are acceptable
@if(isset($data) && !empty($data->image))
@endif
onTop==1) checked @endif @endif value="1"> Yes onTop==0) checked @endif @endif> No
@endsection