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

{{__('app.add_language')}}

@csrf
@if ($errors->has('language ')) {{ $errors->first('language') }} @endif
@if ($errors->has('iso_code')) {{ $errors->first('iso_code') }} @endif
@endsection @push('style') @endpush @push('script') @endpush