@extends("admin.layout.master") @section("title","Dashboard") @section ("content")

Level Manager

@csrf
@if($errors->has("name")) {{$errors->first("name")}} @endif
Back
@endsection @push("js") @endpush