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

{{ translate("projects_description") }}

{{ translate("create_new_project") }}
{{ translate("image_label") }} {{ translate("title_label") }} {{ translate("description_label") }} {{ translate("created_at_label") }} {{ translate("edit_label") }}
@endsection @section('footer') @endsection