@extends('layouts.master') @section('title', 'Category') @section('page-header') Category Edit @stop @push('style') @endpush @section('content')
@include('partials._alert_message')

@yield('page-header')

@csrf @method('PUT')
@endsection @section('js') @endsection