@extends('admin.layouts.master-soyuz') @section('title',__('Create new page |')) @section('body') ​ @component('admin.component.breadcumb',['thirdactive' => 'active']) ​ @slot('heading') {{ __('Add Page') }} @endslot ​ @slot('menu1') {{ __("Page") }} @endslot ​ @slot('menu2') {{ __("Add Page") }} @endslot ​ @slot('button')
{{ __("Back")}}
@endslot ​ @endcomponent
​ ​
@if ($errors->any()) @endif
{{ __('Add Pages') }}
@csrf
@error('name') {{ $message }} @enderror
@error('title') {{ $message }} @enderror
({{__("Please Enter Description")}}) @error('des') {{ $message }} @enderror

@endsection