@extends('Dashboard.layouts.master') @section('title', 'Languages | Edit') @section('css') @endsection @section('content')
@csrf @method('PATCH')
is_main == 1 ? 'checked' : '' }}>
@endsection @section('scripts') @endsection