@extends('admin.master_layout') @section('title') {{ __('Project Gallery') }} @endsection @section('body-header')

{{ __('Project Gallery') }}

{{ __('Manage Service') }} >> {{ __('Project Gallery') }}

@endsection @section('body-content')

{{ __('Project') }} : {{ html_decode($project->translate->title) }}

@csrf

{{ __('Gallery Images') }}

@endsection @push('style_section') @endpush @push('js_section') @endpush