@extends('admin.layouts.master') @section('title', 'Create Language') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('Create Language') }}
{{ csrf_field() }}



@endsection @section('script') @endsection