@extends("layouts.admin.app") @section("page-title") Create Site Info @endSection @section("page-nav-title")

{{ __('create') }}

@endsection @section("content")

{{ __("create") }}

@csrf
@error("en_title")
{{$message}}
@enderror
@error("ar_title")
{{$message}}
@enderror
@error("en_body")
{{$message}}
@enderror
@error("ar_body")
{{$message}}
@enderror
@endsection