@extends('admin.layouts.master') @section('title', 'Add Facts - Admin') @section('maincontent') @component('components.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Add Facts') }} @endslot @slot('menu1') {{ __('Facts') }} @endslot @slot('menu2') {{ __('Add Facts') }} @endslot @slot('button')
{{ __("Back")}}
@endslot @endcomponent
@if ($errors->any())
@foreach($errors->all() as $error)
{{ $error}}
×
@endforeach
@endif
{{ __('Add Facts') }}
@csrf
{{ __('Tittle') }}:
*
{{ __('adminstaticword.Image') }}:
*
{{ __('Upload') }}
{{ __('Choose file') }}
{{ __('adminstaticword.Description') }}:
*
{{ __('Number') }}:
*
{{ __('adminstaticword.Status') }} :
{{ __("Reset")}}
{{ __("Create")}}
@endsection