@extends('layouts.admin') @section('content')

{{__('Add Language')}}

@csrf
@if ($errors->has('language ')) {{ $errors->first('language') }} @endif
@if ($errors->has('iso_code')) {{ $errors->first('iso_code') }} @endif
Note: You can't update it.
@endsection @push('style') @endpush @push('script') @endpush