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