@extends('admin.layouts.master')
@section('title', 'Add Page')
@section('maincontent')
@include('admin.layouts.topbar',$data)
@if ($errors->any())  
  
  @foreach($errors->all() as $error)     
  
{{ $error}}
      @endforeach  
  
  @endif
  
    
 
 
    
@endsection
@section('script')
@endsection