@extends("layouts.admin.app") @section("page-title") Create Site Info @endSection @section("page-nav-title")
{{ __('create') }}
Site Info
{{ __('create') }}
@endsection @section("content")
{{ __("create") }}
@csrf
English Title
@error("en_title")
{{$message}}
@enderror
Arabic Title
@error("ar_title")
{{$message}}
@enderror
English Body
{{ inputValue('en_body') }}
@error("en_body")
{{$message}}
@enderror
Arabic Body
{{ inputValue('ar_body') }}
@error("ar_body")
{{$message}}
@enderror
@endsection