@extends('layouts.admin') @section('content')
Update Category
@include('errors._error-bag')
{{csrf_field()}} {{method_field('PUT')}}
@endsection