@extends('layouts.master') @section('title','Book Peferences') @section('content')

Languages

+ Add Language
@forelse ($languages as $language) @empty @endforelse
Name Actions
{{ $language->category_name }} Edit Deactivate
No Language not found
{{ $languages->links('pagination::bootstrap-5') }}
@endsection @push('script') @endpush