@extends("layouts.dashboard.app") @section("page-nav-title")

Website About

create new Website About

@endsection @section("content")

{{__('Create New Website Brief')}}

@csrf
@error("title_en")
{{$message}}
@enderror
@error("title_ar")
{{$message}}
@enderror
@error("description_en")
{{$message}}
@enderror
@error("description_ar")
{{$message}}
@enderror

@endsection @section("scripts") @endsection