@extends('admin.layout') @section('content') {{ __('FunFact') }} {{ __('Add New Counter') }} {{ __('Back') }} @csrf {{ __('Language') }}* @foreach($langs as $lang) is_default == '1' ? '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') }}* {{ old('text') }} @if ($errors->has('text')) {{ $errors->first('text') }} @endif {{ __('Order') }}* @if ($errors->has('serial_number')) {{ $errors->first('serial_number') }} @endif {{ __('Status') }}* {{ __('Unpublish') }} {{ __('Publish') }} @if ($errors->has('status')) {{ $errors->first('status') }} @endif {{ __('Save') }} @endsection
{{ $errors->first('language_id') }}
{{ $errors->first('title') }}
{{ $errors->first('number') }}
{{ $errors->first('icon') }}
{{ $errors->first('text') }}
{{ $errors->first('serial_number') }}
{{ $errors->first('status') }}