@extends('admin.layouts.master') @section('title', 'Language - Admin') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('Language') }}
{{ __('Add Language') }}
@include('admin.language.index')
{{--
@include('admin.language.frontstatic.index')
--}}


@endsection @section('script') @endsection