@section('style')
@endsection
@extends('layouts.backend.app')
@section('content')
{{ __('Language Settings') }}
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
English |
Bangali |
Portuguese |
Hindi |
Malayalam |
Custom |
Action |
@foreach($langs as $key => $row)
@endforeach
@endsection
@section('script')
@endsection