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

{{__("Partners")}}

{{__("Create New Partners")}}

@endsection @section("content")

{{__("New Partner")}}

@csrf
@error("name_en")
{{$message}}
@enderror
@error("name_ar")
{{$message}}
@enderror
@error("link")
{{$message}}
@enderror
@endsection @section("scripts") @endsection