@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")

{{__("supply-teams")}}

{{__("all-supply-teams")}}

@endsection @section("content")

{{__("create-supply-team")}}

@csrf
@error("supply_team_name")
{{$message}}
@enderror
@error("supervisor")
{{$message}}
@enderror
@endsection @section("scripts") @endsection