@extends('admin.layouts.master') @section('title', 'Dashboard') @section('content')
@if(Session::has('message'))
Well done! {{ Session::get('message') }}
@endif @if($Page->name == "Home Page Right")

Main Content

@endif @if($id != 12)
@csrf
@endif
@if($Page->name == "Home Page Left")

Left Content

@csrf


@endif
@csrf

@if(Session::has('true')) @endif @foreach ($files as $file ) @endforeach
S.No File File Link Action
{{ $loop->index+1 }}
@endsection @section('scripts') @endsection