@extends('layouts.app')
@push('style')
@endpush
@section('head')
@include('layouts.partials.headersection',['title'=>'Language'])
@endsection
@section('content')
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
Note: {{ __('If You Already Created Language In Before It Will Replace It From First') }}
@endsection
@push('js')
@endpush