@extends('layouts.master') @section('title','Edit Language') @section('content')

Update Language

@csrf @method('PATCH')
@error('name')
{{ $message }}
@enderror

@endsection