@extends('admin.index') @section('title') {{ translate("gallery_title") }} - @endsection @section('header') @endsection @section('content')
{{ translate("gallery_title") }}

{{ translate("gallery_description") }}

{{ translate("create_new_gallery") }}
{{ translate("media_label") }} {{ translate("type_label") }} {{ translate("title_label") }} {{ translate("description_label") }} {{ translate("created_at_label") }} {{ translate("edit_label") }}
@endsection @section('footer') @endsection