@extends('layouts.app') @section('content')
Edit / Add
@if($language && $language->id) @method('PUT') @endif @CSRF

Name

local




@if(count($errors) > 0)
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if (session('status')) @endif
@endsection