@extends('admin.layout') @section('content') @php $default = \App\Language::where('is_default', 1)->first(); @endphp
@endsection