@extends('dashboard.layout.index') @section('title') {{__('site.add_new_book')}} @endsection @section('content')
{{__('site.add_new_book')}}
@include('partial.errors')
@csrf @foreach(config('translatable.locales') as $locale)
@endforeach
@endsection