@extends('layouts.app') @section('header')

Categories

@endsection @section('content')
Edit Category
@method('PUT') @csrf
@include('layouts.btn-group',['btn'=>'Update'])
@endsection