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

{{__("Terms and Conditions")}}

{{__("Create Terms and Conditions")}}

@endsection @section("css-links") @endsection @section("content")

{{__("Create New Terms and Conditions")}}

@csrf
@error("text_en")
{{$message}}
@enderror
@error("text_ar")
{{$message}}
@enderror
@endsection @section("scripts") @endsection