@extends('layouts.app') @section('titlePage', 'Manage Page') @section('content') @push('script') @endpush
@include('common.alert')
@csrf @method('PUT') @include('master.tests.categories.form')
@endsection