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

@include('layouts.notifications')
Update Bundling Category
@foreach ($category as $cat)
@endforeach
{{ csrf_field() }}
@endsection