@extends('layouts.main') @section('page-style') @endsection @section('page-script') {{-- --}} @endsection @section('content')

@include('layouts.notifications')
Update Category
@foreach ($category as $cat)
{{--
--}} {{--
--}} {{--
Select image Change Remove
--}}
@endforeach
{{ csrf_field() }}
@endsection