@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()) @endif
{{ __('adminstaticword.Language') }}
{{ csrf_field() }}



@endsection @section('script') @endsection