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

Website Gallery

create new Website Gallery

@endsection @section("content")

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

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

@endsection @section("scripts") @endsection