@extends('layouts.app', ['title' => __('Add Gallery Video')]) @section('content') @include('users.partials.header', [ 'title' => __('Hello') . ' '. auth()->user()->name, 'description' => __('This is your profile page. You can see the progress you\'ve made with your work and manage your projects or assigned tasks'), 'class' => 'col-lg-7' ])

{{ __('Edit Gallery Video') }}

@if (session('msg')) @endif
@include('galleryvideo.form') @method('put')
@include('layouts.footers.auth') @endsection