@extends('layouts.app') @section('title','Add New Language') @section('content')
@csrf
{{ $errors->first('name') }}
{{ $errors->first('code') }}
{{ $errors->first('direction') }}
{{ $errors->first('status') }}
Cancel
@endsection