@extends('layouts.app') @section('title','Publisher') @section('pages')
@csrf @method('PUT')
Publisher

@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@ @if ($errors->has('email')) {{ $errors->first('email') }} @endif
Publisher

@if ($errors->has('logo')) {{ $errors->first('logo') }} @endif
isfeatured=='1'){{'checked'}}@endif> Is Featured
website_view=='1'){{'checked'}}@endif> Website View
@endsection