@extends('admin.layout') @section('content') {{ __('About') }} {{ __('Edit Fact') }} {{ __('Back') }} @csrf {{ __('Language') }}* @foreach($langs as $lang) language_id == $lang->id ? 'selected' : '' }} >{{$lang->name}} @endforeach @if ($errors->has('language_id')) {{ $errors->first('language_id') }} @endif {{ __('Title') }}* @if ($errors->has('title')) {{ $errors->first('title') }} @endif {{ __('Number') }}* @if ($errors->has('number')) {{ $errors->first('number') }} @endif {{ __('Icon') }}*{{ __('(Fontawesome icon class )') }} @if ($errors->has('icon')) {{ $errors->first('icon') }} @endif {{ __('Content') }}* {{ $counter->text }} @if ($errors->has('text')) {{ $errors->first('text') }} @endif {{ __('Order') }}* @if ($errors->has('serial_number')) {{ $errors->first('serial_number') }} @endif {{ __('Status') }}* status == '0' ? 'selected' : '' }}>{{ __('Unpublish') }} status == '1' ? 'selected' : '' }}>{{ __('Publish') }} @if ($errors->has('status')) {{ $errors->first('status') }} @endif {{ __('Update') }} @endsection
{{ $errors->first('language_id') }}
{{ $errors->first('title') }}
{{ $errors->first('number') }}
{{ $errors->first('icon') }}
{{ $errors->first('text') }}
{{ $errors->first('serial_number') }}
{{ $errors->first('status') }}