@extends('layout/admin') @section('tittle', 'Media Gallery') @section('container') @yield('tittle') Pages @yield('tittle') Show Bar Hide Bar Show Bar @csrf @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif Pilih foto Upload Files @foreach ($gallery as $g) @endforeach @endsection