@extends('admin.layouts.master') @section('title', 'Add Language') @section('maincontent') @component('components.breadcumb',['fourthactive' => 'active']) @slot('heading') {{ __('Add Language') }} @endslot @slot('menu1') {{ __('Language') }} @endslot @slot('button')
{{ __("Back")}}
@endslot @endcomponent
@if ($errors->any())
@foreach($errors->all() as $error)
{{ $error}}
×
@endforeach
@endif
{{ __('adminstaticword.Language') }}
{{ csrf_field() }}
{{ __('adminstaticword.Local') }} :
*
{{ __('adminstaticword.Name') }} :
*
{{ __('adminstaticword.SetDefault') }} :
{{ __("Reset")}}
{{ __("Create")}}
@endsection @section('script') @endsection