@extends('super_admins.layouts.master') @section('title') Add Languages @endsection @section('css') @endsection @section('content') @if ($errors->any()) @endif

Language

@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('code')) {{ $errors->first('code') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@if ($errors->has('language_file')) {{ $errors->first('language_file') }} @endif
@if ($errors->has('image')) {{ $errors->first('image') }} @endif
{{-- @if ($errors->has('is_active')) {{ $errors->first('is_active') }} @endif --}}
{{-- @if ($errors->has('is_active')) {{ $errors->first('is_active') }} @endif --}}
@include('super_admins.includes.image_cropper_modal') @endsection @section('scripts') @include('super_admins.includes.image_cropper_scripts') @endsection